home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / debugtx.arc / HELP.DOC < prev    next >
Encoding:
Text File  |  1991-08-11  |  24.6 KB  |  397 lines

  1. ╔════════════════════════════════════════════════════════╗
  2. ║ MicroCom Systems, copyright 1987, all rights reserved. ║
  3. ╠════════════════════════════════════════════════════════╩════════════════════╗
  4. ║ LANGUAGE-3a,b  A86 v3.09 macro assembler/interactive debug for 8088/86/286s.║
  5. ╠═════════════════════════════════════════════════════════════════════════════╣
  6. ║                      LANG-3a:  A86 assembler, disk 1 of 2.                  ║
  7. ║                                                                             ║
  8. ║ A86     .COM  20273  A86 v3.09 fabulous 8086/8088 macro assembler.          ║
  9. ║ EXMAC   .COM   3322  Macro expansion program for macro debugging.           ║
  10. ║ XREF    .COM   5133  Cross reference program, creates from symbol table.    ║
  11. ║ FAKE    .EXE   1147  Fool Turbo C into using A86, read 13TOOLS.DOC.         ║
  12. ║ ERDEMO  .BAT     38  Demo of what happens when A86 encounters an error.     ║
  13. ║ MEXP    .BAT     34  Executes EXMAC against the TCOLS.8 program.            ║
  14. ║ MTCOLS  .BAT     34  Assemble TCOLS.8 and use XREF to create a cross ref.   ║
  15. ║ READ    .ME    4554  Introductory information about the A86 and D86 package.║
  16. ║ 00README.DOC  12946  Documentation introduction and table of contents.      ║
  17. ║ 01INTRO .DOC  15817    Intro to A86, the program and usage guidelines.      ║
  18. ║ 02DEMO  .DOC   5687    How to run a demo of A86 against a small file.       ║
  19. ║ 03OPREQ .DOC  12898    Program invocation instructions and parameters.      ║
  20. ║ 04ELEM  .DOC  11321    Elements of the A86 language.                        ║
  21. ║ 05EXCLUS.DOC   9229    Some exclusive features of A86.                      ║
  22. ║ 06INSTR .DOC  16242    The 8086 microprocessor instruc. set, introduction.  ║
  23. ║ 06TABLE .DOC  25300      The full table of instructions.                    ║
  24. ║ 07FLOAT .DOC  19358    The 8087/80287 floating point processors.            ║
  25. ║ 08EXPR  .DOC  24624    Numeric formats and expressions.                     ║
  26. ║ 09DIRC  .DOC  25554    A86 assembler language directives.                   ║
  27. ║ 10RELOC .DOC  32283    Relocation and linkage of assembler modules.         ║
  28. ║ 11MACRO .DOC  26948    Macros and conditional assembly language of A86.     ║
  29. ║ 12COMPAT.DOC  10099    Compatibility with other assemblers.                 ║
  30. ║ PAGE    .BL     901  Small program to send data to a PRN printer device.    ║
  31. ║ A86     .LIB    774  Sample A86 built-in source-file library.               ║
  32. ║ LINES   .8     2876  Small program to handle line-oriented standard input.  ║
  33. ║ MSDOS   .8     2449  Small program with file-access routines for MSDOS.     ║
  34. ║ PAGE    .8      901  Sample program writes page eject to PRN.               ║
  35. ║ REV     .8     3785  Sample program reverses standard input strings.        ║
  36. ║ TCOLS   .8    18298  Sample program converts single column input.           ║
  37. ║ USAGE   .8      645  Sample procedure to output message to error console.   ║
  38. ╠═════════════════════════════════════════════════════════════════════════════╣
  39. ║                      LANG-3b:  D86 debugger, disk 2 of 2.                   ║
  40. ║                                                                             ║
  41. ║ 13TOOLS .DOC  15662    Program tools XREF and EXMAC.                        ║
  42. ║ 14HIST  .DOC   6081    Release history of the A86 assembler.                ║
  43. ║ 15RESERV.DOC  10093    Reserved symbols in the A86 language.                ║
  44. ║ 16INDEX .DOC  17225    Index to the documentation.                          ║
  45. ║                                                                             ║
  46. ║ A86     .COM  20273  Copy of A86 assembler for this disk.                   ║
  47. ║ D86     .COM  15378  D86 v 3.09 assembly language debugger.                 ║
  48. ║ D86CHECK.COM    652  Program to check certain DOS parameters in effect.     ║
  49. ║ LISTD86 .BAT    194  Print all D86 documentation files.                     ║
  50. ║ MAKX    .BAT     21  Assemble XBIOS.8 and BIOS.8.                           ║
  51. ║ 00READ  .DOC   7173  Description of Shareware and table of contents.        ║
  52. ║ 01INTROD.DOC  12510    Introductions to D86 and review of Shareware terms.  ║
  53. ║ 02DEM   .DOC  12542    Demonstration of a D86 session using the HEXOUT prog.║
  54. ║ 03REQ   .DOC  17191    System requirements for D86 and D86 commands.        ║
  55. ║ 04CONTRL.DOC  10771    Reference to the D86 single keystroke control keys.  ║
  56. ║ 05COMMAN.DOC   9137    D86 commands summary.                                ║
  57. ║ 06MEMORY.DOC  20351    Description of the window display features of D86.   ║
  58. ║ 07FLOAT .DOC   8795    Floating point co-processor display window/debugging.║
  59. ║ 08QUEST .DOC   4438    Commonly asked questions about the debugger.         ║
  60. ║ 09HIST  .DOC   3912    Release history and future plans for D86.            ║
  61. ║ BIOS    .8    36062  Program containing the BIOS interface for D86.         ║
  62. ║ HEXOUT  .8     3663  Sample program converts hexidecimal to binary.         ║
  63. ║ XBIOS   .8    19287  Program to exercise (test) the BIOS.8 module.          ║
  64. ╚═════════════════════════════════════════════════════════════════════════════╝
  65.  
  66. ┌──────────────┬──────────────┬──────────────┬──────────────┐
  67. │ A86     .COM │ READ    .ME  │ 06INSTR .DOC │ 12COMPAT.DOC ├──────────────┐
  68. │ EXMAC   .COM │ 00README.DOC │ 06TABLE .DOC │ 13TOOLS .DOC │ LINES   .8   │
  69. │ XREF    .COM │ 01INTRO .DOC │ 07FLOAT .DOC │ 14HIST  .DOC │ MSDOS   .8   │
  70. │ FAKE    .EXE │ 02DEMO  .DOC │ 08EXPR  .DOC │ 15RESERV.DOC │ PAGE    .8   │
  71. │ ERDEMO  .BAT │ 03OPREQ .DOC │ 09DIRC  .DOC │ 16INDEX .DOC │ REV     .8   │
  72. │ MEXP    .BAT │ 04ELEM  .DOC │ 10RELOC .DOC │ PAGE    .BL  │ TCOLS   .8   │
  73. │ MTCOLS  .BAT │ 05EXCLUS.DOC │ 11MACRO .DOC │ A86     .LIB │ USAGE   .8   │
  74. ├──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──┐
  75. │ Hardware:  No special requirements.                                         │
  76. │ Software:  Dos 2.0 or later.                                                │
  77. │ To start:  Enter "A86" followed by the name of a file to be executed.       │
  78. │ To end:    Hit <Ctrl>C to interrupt prematurely.                            │
  79. │ For help:  Read all .DOC files.                                             │
  80. │ Author:    Eric Isaacson, 416 E. University Street, Bloomington, IN 47401.  │
  81. │ Reg. fee:  $40 for A86 alone, $70 for both A86 and D86.                     │
  82. ├─────────────────────────────────────────────────────────────────────────────┤
  83. │     A86 is the finest assembler, user-supported or not, available for the   │
  84. │ PC--paraphrasal of the author's own words.  While this may sound perhaps a  │
  85. │ little ambitious, after a short period of time learning this program, you   │
  86. │ will at the very least be impressed with its features and its speed.        │
  87. │     A86 accepts assembly-language source files, and transforms them         │
  88. │ directly into either: (1) .COM files executable under MS-DOS, starting at   │
  89. │ offset 0100 within a code segment; or (2) object files starting at offset   │
  90. │ 0, suitable for copying to ROMs.  A86 is a full-featured,                   │
  91. │ professional-quality program.  A86 was designed to be close to the          │
  92. │ Intel/IBM assembly language standard except where language enhancements     │
  93. │ were made.                                                                  │
  94. │     Some of A86's unique features are: Its speed (several hundred lines per │
  95. │ second), its simplicity (because a linker is not necessary, A86 directly    │
  96. │ produces an executable .COM file), its ability to assemble large programs   │
  97. │ (the symbol table has room for 1500 entries and there is room for 8000      │
  98. │ bytes of compressed macro definitions), language extensions (PUSH, POP,     │
  99. │ conditional returns, and more), a very sophisticated macro facility, direct │
  100. │ insertion of error messages into the source file, support for some of the   │
  101. │ 80186, 80286, and NEC processor instructions, and the support of the D86    │
  102. │ symbolic debugger, support for floating point instructions and for extended │
  103. │ instructions of the 80186, 80286 and NEC V20/V30 microprocessors.           │
  104. │     With its newest release, A86 now includes support necessary to let      │
  105. │ Turbo C programmers use A86 instead of MASM to assemble source files        │
  106. │ generated by the Turbo C compiler, linkable .OBJ files, long integer and    │
  107. │ floating-point constants, forward referencing for assembler variables,      │
  108. │ support for 286 protected-mode instructions, many enhancements to the       │
  109. │ macro-capabilities, numerous minor bug fixes, and much more.                │
  110. │     A86, when used in conjunction with D86, forms a powerful and complete   │
  111. │ assembly language development enviroment.                                   │
  112. └─────────────────────────────────────────────────────────────────────────────┘
  113.  
  114. ┌──────────────┬──────────────┐
  115. │ D86     .COM │ 00READ  .DOC ├──────────────┬──────────────┬──────────────┐
  116. │ D86CHECK.COM │ 01INTROD.DOC │ 04CONTRL.DOC │ 07FLOAT .DOC │ BIOS    .8   │
  117. │ LISTD86 .BAT │ 02DEM   .DOC │ 05COMMAN.DOC │ 08QUEST .DOC │ HEXOUT  .8   │
  118. │ MAKX    .BAT │ 03REQ   .DOC │ 06MEMORY.DOC │ 09HIST  .DOC │ XBIOS   .8   │
  119. ├──────────────┴──────────────┴──────────────┴──────────────┴──────────────┴──┐
  120. │ Hardware:  No special requirements.                                         │
  121. │ Software:  Dos 2.0 or later, and the A86 macro assembler.                   │
  122. │ To start:  Enter "D86" followed by the name of an object file.              │
  123. │ To end:    Hit "Q" or <Esc>.                                                │
  124. │ For help:  Read all *.DOC files.                                            │
  125. │ Author:    Eric Isaacson, 416 E. University Street, Bloomington, IN 47401.  │
  126. │ Reg. fee:  $40 for D86 alone, $70 for both A86 and D86.                     │
  127. ├─────────────────────────────────────────────────────────────────────────────┤
  128. │     D86 is a preliminary test copy release of a debugger.  It is a symbolic │
  129. │ debugger and will work with the symbolic output of the A86 assembler.  As   │
  130. │ you would expect from a symbolic debugger, you can refer to variables and   │
  131. │ memory locations by the names you assigned them in your original A86        │
  132. │ assembly language program.                                                  │
  133. │     D86 is a powerful debugger with such features as: registers and flags   │
  134. │ are automatically shown on the screen, a symbolic disassembly of the        │
  135. │ current instructions around the location which you stop at, a display of    │
  136. │ the top elements of the machine stack is shown automatically, windows in    │
  137. │ memory can be set showing you the current values at the specified locations │
  138. │ constantly, on-line help explaining the debugger commands, easy stepping    │
  139. │ one instruction forward at a time, immediate execution of A86 assembly      │
  140. │ language instructions, and much more!                                       │
  141. │     This is the first official post-pre release version of D86 available    │
  142. │ and is a major enhancement to all prior versions of D86. D86 now supports   │
  143. │ EXE files, a second disassembly window, an extended memory display window,  │
  144. │ a status window, backwards paging of the disassembly, enhanced control key  │
  145. │ commands, and more.                                                         │
  146. └─────────────────────────────────────────────────────────────────────────────┘
  147.  
  148. ╔════════════════╗
  149. ║MICROCOM SYSTEMS║
  150. ╚════════════════╝
  151. MicroCom Systems distributes Public Domain and User-Supported (PD&US) software
  152. for the IBM PC/XT/AT and compatible computers.  Our software charter specifies
  153. that we search for the best available PD&US software and distribute it for a
  154. nominal charge.  We understand that there are literally hundreds of megabytes
  155. of PD&US software in existence and it is our goal to distribute only the best,
  156. which constitutes only a small fraction of all PD&US software.  Our prices are
  157. also a reflection of the fact that we are a service oriented group.
  158.  
  159. In addition to offering only the best of what is available, we DO NOT offer
  160. lots of redundant programs, which other public domain software groups tend to
  161. do.  We try to provide the service of distributing only the best program
  162. available for a particular need, rather than every program on the market that
  163. meets that need.  For example, we sell only ONE variable size ram-disk (the
  164. best one) whereas some of the other groups sell more than TEN of them!
  165.  
  166. ╔══════════════════════════════════════╗
  167. ║CURRENT OFFERINGS AS OF MARCH 17, 1987║
  168. ╚══════════════════════════════════════╝
  169. BUSINESS 1 ... EZ-Forms 1.50 form generation, completion and printing program.
  170. CAD 1 ........ Altamira 1.0 object oriented drawing program.  Color required.
  171. CAD 2ab ...... DanCad3D 1.3 advanced 3D/2D drafting.  640k & color req'd.
  172.                (Two disks.  The cost is double that of a single disk!)
  173. CAD 3 ........ PC-Flow 1.0, computer aided flowchart generation.  Color required.
  174. COMM 1ab ..... The ever popular Qmodem 2.4 windowing modem program.
  175.                (Two disks.  The cost is double that of a single disk!)
  176. COMM 2ab ..... Procomm 2.42 an excellent modem prog. w/term. emulation.
  177.                (Two disks.  The cost is double that of a single disk!)
  178. COMM 3 ....... Compression/decompression, archival utils for communications.
  179. COMM 4abcde .. RBBS 14.1d Bulletin Board System for information exchange.
  180.                (Five disks.  The cost is 5 times that of a single disk!)
  181. DATABASE 1ab . File-Express menu driven general purpose database manager.
  182.                (Two disks.  The cost is double that of a single disk!)
  183. DATABASE 3 ... pBase 1.50, a powerful relational db manager with query lang.
  184. EDUCATION 1 .. Dos Tutor 4.2 for beginning DOS users, and DOS cmd reference.
  185. EDUCATION 2 .. Learn the Presidents, States (and capitals) and more.  Color.
  186. EDUCATION 5 .. Learn Origami, the Japanese art of paper folding.  Color req'd.
  187. EDUCATION 6 .. 17 Lesson Turbo Pascal tutorial with sample programs for each.
  188. EDUCATION 7 .. PC-Professor interative Basic tutorial.  Learn to program!
  189. FINANCES 1ab . PC-Accountant 2.0, personal bookkeeping/finance manager.
  190.                (Two disks.  The cost is double that of a single disk!)
  191. FINANCES 3ab . ExpressCalc 3.12 powerful spreadsheet program.
  192.                (Two disks.  The cost is double that of a single disk!)
  193. FINANCES 4 ... AM-Tax, federal tax preparation software for 1986 tax year.
  194. GAMES 1 ...... Chess, 3-D PacMan, Flightmare, Kong and more!  Color req.
  195. GAMES 2 ...... Monopoly, Qubert, Pango, Centipede, and more!  Color req.
  196. GAMES 3 ...... Blackjack, Arm-chair Quarterback, Empire, and more!
  197. GAMES 4 ...... Startrek, the original colossal caves Adventure, and Castle.
  198. GAMES 5 ...... The amazing Hack 3.5 adventure from the universities.  Large!
  199. GAMES 6 ...... PacMan, Othello, Pinball, Dragons, and more!  Color req.
  200. GAMES 7 ...... Backgammon, Centipede, Firefighting, more.  Some require color.
  201. GAMES 8 ...... Risk 1.1 world domination & Striker 1.2 arcade game.  Color req.
  202. GAMES 9 ...... EGARisk 1.1, world domination & EGARoids, asteroids.  EGA req'd.
  203. GAMES 10 ..... Solitaire, Golf, and Sailing in the Bermuda Triangle.  Color req.
  204. GAMES 12 ..... Chess, Backgammon, and Wheel of Fortune.  Color not required.
  205. GRAPHICS 1 ... Present, the sophisticated computer ""slide"" show facility.
  206. HUMOR 1 ...... Practical, impractical & other jokes.  Amusing pastimes for PCs.
  207. INFO 1ab ..... The Chef 1.1 keyword based recipe management system.
  208.                (Two disks.  The cost is double that of a single disk!)
  209. INFO 2ab ..... Zip-Phone V1.4, U.S. zipcode/state/areacode cross reference.
  210.                (Two disks.  The cost is double that of a single disk!)
  211. LANGUAGE 1 ... PDProlog 1.91a Artificial Intelligence language.
  212. LANGUAGE 2 ... The Small-C compiler and a C interpreter!
  213. LANGUAGE 3ab . A86 8088/8086 v2.18 advanced macro assembler/debugger.
  214.                (Two disks.  The cost is double that of a single disk!)
  215. LANGUAGE 4 ... 370 Assembler, linker and emulator for IBM mainframe fans.
  216. LANGUAGE 5 ... Turbo Pascal utilities.  Interactive debugger and more!
  217. LANGUAGE 7 ... Visible Pascal, compiler and interactive debugger.
  218. LANGUAGE 8 ... Xlisp 1.7, the standard for AI programming languages.
  219. LANGUAGE 9 ... Icon 5.9 string and structure oriented programming language.
  220. LANGUAGE 10 .. Augusta 1.1a, subset of the DOD's new ADA programming language.
  221. LANGUAGE 11 .. Forth 83, 2.1, compiler, decompiler, and source editor.
  222. MUSIC 1 ...... Many clever tunes, and an exc. color graphics music editor.
  223. MUSIC 2ab .... PianoMan 3.04 polyphonic music recording/playback. PC-Dos.
  224.                (Two disks.  The cost is double that of a single disk!)
  225. ORGANIZER 1 .. Sidekick-like DeskTeam 1.04 and Judy 1.02, your PC secretary.
  226. ORGANIZER 2 .. Project management using critical path scheduling.
  227. ORGANIZER 3 .. PC-Outline 3.22SW memory resident windowing outline editor.
  228. ORGANIZER 4 .. DBS-Kat 1.3 disk cataloging/archival program.
  229. PICTURE 1 .... From Darth Vader to Snoopy, printer and screen graphics.
  230. PICTURE 2 .... High resolution digitized graphics pictures.  Graphics req'd.
  231. PINUP 1 ...... Provocative printer-graphics pinups for your computer room.
  232. PINUP 2 ...... Provocative high resolution digitized pinups.  Graphics req'd.
  233. PRINTER 1 .... The compete printer kit:  spooler, banner maker, and more.
  234. PRINTER 2 .... ImagePrint 1.01 near letter quality from Epson compat. printers.
  235. SHELL 1 ...... Still River Shell DOS windowing environment.
  236. SHELL 2 ...... Unix-type programs, includes a C-shell, Emacs, wc and more.
  237. SHELL 3 ...... Z80 emulator, ver 3.1.  Run Z80 and CP/M programs under DOS!
  238. SHELL 4 ...... Automenu 3.01 custom menu facility and HDM 4.04 hard disk menus.
  239. SIMULATION 1 . Maze making, MIT's Life simulation, starfields, etc.  Color.
  240. SIMULATION 2 . The Super Mandelbrot ultra-powerful microscope, v2.0.  Color.
  241. UTILITIES 1 .. A collection of invaluable general purpose DOS utilities.
  242. UTILITIES 2 .. More of the best general purpose utils.  An absolute must!
  243. UTILITIES 3 .. A comprehensive set of debugging and diagnostic utilities.
  244. UTILITIES 4 .. The Ultra-File Utilities for advanced diskette manipulation.
  245. UTILITIES 5 .. Hard disk utilities, including Autopark, and Disk Organizer.
  246. UTILITIES 6 .. Advanced DOS utils including Dpath, Pushdir and Popdir, etc.
  247. UTILITIES 7 .. More advanced utils inc. Masterkey (undel for hard disks), etc.
  248. WORD 1ab ..... PC-Write 2.7 sophisticated word processer w/spell checker.
  249.                (Two disks.  The cost is double that of a single disk!)
  250. WORD 2 ....... Script 2.01, IBM's popular text formatter, comes to the PC!
  251. WORD 3 ....... Writing analysis programs PC-Style 1.0 and PC-Read 2.5.
  252. WORD 4 ....... Spell checking with customization ability.  26000+ word dict.
  253.  
  254. The content and availability of the above disks is subject to change without
  255. notice.
  256.  
  257. ╔═════════════╗
  258. ║COMPATIBILITY║
  259. ╚═════════════╝
  260. The programs we distribute generally require PC-DOS versions 2.0 or later
  261. (including 2.1, 3.0, 3.1, and 3.2)  A few programs may not work on some
  262. compatibles. The basic programs distributed require IBM BASIC or BASICA, but
  263. in most cases are compatible with GWBASIC, and Compaq's BASICA.
  264.  
  265. ╔════════════════╗
  266. ║BEFORE YOU BEGIN║
  267. ╚════════════════╝
  268. This distribution diskette may or may not have been physically write protected.
  269. In any case, files should be copied to a work disk before use.  In some cases,
  270. it may not be possible to successfully execute programs without copying the
  271. relevant files to a non-write protected work disk with sufficient space.
  272.  
  273. ╔══════════════╗
  274. ║USING PROGRAMS║
  275. ╚══════════════╝
  276. For a summary of the programs on a diskette, read the file HELP.DOC.
  277. HELP.DOC contains a one line summary section for all programs on the disk.
  278. Many programs will come with a separate documentation file with extension
  279. ".DOC".  These documentation files should prove quite helpful in learning how
  280. to use the programs.  To execute a program with the specified extension:
  281.  
  282.      EXTENSION        COMMAND
  283.      ─────────        ───────
  284.      EXE              Type the program name leaving off the extension.
  285.      COM              Type the program name leaving off the extension.
  286.      BAS              Type BASICA followed by the program name.
  287.  
  288. The programs distributed may be in subdirectories.  To access a program in a
  289. subdirectory, execute the DOS command "CHDIR (directory name)".  This will then
  290. make the specified directory the current one and the programs in it will be
  291. directly accessible.
  292.  
  293. ╔═══════════════════╗
  294. ║RESTRICTIONS ON USE║
  295. ╚═══════════════════╝
  296. All files contained on this disk are either in the public domain or are
  297. user-supported software, or are copyrighted by MicroCom Systems.
  298. User-supported software is copyrighted and subject to restricted use as per the
  299. author specifications.  Some user-supported software may require non-voluntary
  300. contributions.  Please remember that the abundance of good useful user
  301. supported software is due to talented programmers spending much of their free
  302. time writing software and that any contribution you make helps promote the
  303. writing of more such software.  To the best of our knowledge we distribute only
  304. programs for which distribution is permitted or for which we have received
  305. explicit permission from the author or copyright holder.
  306.  
  307. This file is copyrighted and permission is granted to make copies only for
  308. personal use (this precludes distribution in any form, including placing on
  309. bulletin boards, selling, et cetera).  Additionally the arrangement of programs
  310. on this disk, and the naming/numbering and compilation organization of the
  311. MicroCom Collection (TM) is copyrighted.
  312.  
  313. ╔════════╗
  314. ║ORDERING║
  315. ╚════════╝
  316. Print out this file and use the following order form:
  317.                                 THE VERY BEST
  318.                   PUBLIC DOMAIN AND USER SUPPORTED SOFTWARE
  319.                                MICROCOM SYSTEMS
  320.                           IBM-PC SOFTWARE ORDER FORM
  321.  
  322.  
  323. Please specify the disk names in the spaces provided below.  If more than 15
  324. disks are desired please specify on a separate sheet of paper.
  325.  
  326.  (1) ____________________  (6) ____________________ (11) ____________________
  327.  
  328.  (2) ____________________  (7) ____________________ (12) ____________________
  329.  
  330.  (3) ____________________  (8) ____________________ (13) ____________________
  331.  
  332.  (4) ____________________  (9) ____________________ (14) ____________________
  333.  
  334.  (5) ____________________ (10) ____________________ (15) ____________________
  335.  
  336. Prices:
  337.   Disks 3.50 each, less than 10
  338.         3.00 each, 10 or more
  339.   For 3.5" format, add 1.00 per disk.
  340.  
  341. Number of disks       _____
  342.  
  343.   times cost/disk   x _____
  344.  
  345. Total disk cost               _______
  346.  
  347. If catalog desired, 2.00      _______
  348.                                           Shipping address:
  349. California residents add 7%
  350.   sales tax.                  _______     _____________________________________
  351.  
  352. Ship/handling  1.00 domestic, _______     _____________________________________
  353.                5.00 foreign
  354.               (always reqd.)              _____________________________________
  355. TOTAL                         _______
  356.   make checks payable                     _____________________________________
  357.   to:  MicroCom Systems
  358.  
  359. Visa/MasterCard orders:
  360.  
  361. Card Number ______-______-______-______   Expiration date ___/___
  362.  
  363. Phone Number (_____) _____-______    Authorized Signature _____________________
  364.  
  365.  
  366.                        Please send this order form to:
  367.  
  368.                             Public Domain Software
  369.                                MicroCom Systems
  370.                                   3673 Enochs
  371.                              Santa Clara, CA 95051
  372.                                 (408) 737-9000
  373. ╔════════╗
  374. ║WARRANTY║
  375. ╚════════╝
  376. All disks are warranted to be readable.  MicroCom Systems hereby disclaims all
  377. other express and implied warranties for this software, including the
  378. warranties of merchantability and fitness for a particular purpose.  The
  379. program index is not warranted to be completely accurate.  In no event will
  380. MicroCom Systems be liable for any damages, including any lost profits, lost
  381. savings or other incidental or consequential damages arising out of the use of
  382. or inability to use such software.  Should any of your disks be unreadable,
  383. please return the suspect disk(s) to us and we will send a new copy of the disk.
  384.  
  385. ╔════════════════════════════════════╗
  386. ║SOFTWARE SUBMISSION/USER SUGGESTIONS║
  387. ╚════════════════════════════════════╝
  388. While we are always trying to distribute the latest releases of programs we
  389. welcome the submission of new releases of programs and of programs which we do
  390. not carry for our evaluation.  Also reviews of programs which you have tried
  391. or suggestions as to how we can better serve you in the future would be very
  392. much appreciated.  Thank you.
  393.  
  394. MicroCom Systems, Copyright 1987.  All rights reserved.
  395.